[INFO] fetching crate riglr-web-tools 0.3.0...
[INFO] testing riglr-web-tools-0.3.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate riglr-web-tools 0.3.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate riglr-web-tools 0.3.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate riglr-web-tools 0.3.0
[INFO] tweaked toml for crates.io crate riglr-web-tools 0.3.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate riglr-web-tools 0.3.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate riglr-web-tools 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded servo_arc v0.3.0
[INFO] [stderr]   Downloaded ego-tree v0.6.3
[INFO] [stderr]   Downloaded selectors v0.25.0
[INFO] [stderr]   Downloaded cssparser v0.31.2
[INFO] [stderr]   Downloaded as-any v0.3.2
[INFO] [stderr]   Downloaded scraper v0.18.1
[INFO] [stderr]   Downloaded riglr-macros v0.3.0
[INFO] [stderr]   Downloaded rig-core v0.17.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a13f1ee583a6348273dd93cbc10114c579ec8f0c2db9aef5c3357a508f031cb
[INFO] running `Command { std: "docker" "start" "-a" "7a13f1ee583a6348273dd93cbc10114c579ec8f0c2db9aef5c3357a508f031cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a13f1ee583a6348273dd93cbc10114c579ec8f0c2db9aef5c3357a508f031cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a13f1ee583a6348273dd93cbc10114c579ec8f0c2db9aef5c3357a508f031cb", kill_on_drop: false }`
[INFO] [stdout] 7a13f1ee583a6348273dd93cbc10114c579ec8f0c2db9aef5c3357a508f031cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26ab80eda95a5cb9355c5bb12c2717c35397dc77c22e90201042984e38962318
[INFO] running `Command { std: "docker" "start" "-a" "26ab80eda95a5cb9355c5bb12c2717c35397dc77c22e90201042984e38962318", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling servo_arc v0.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ordered-float v5.0.0
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling ego-tree v0.6.3
[INFO] [stderr]    Compiling as-any v0.3.2
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling cssparser v0.31.2
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.18.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling envy v0.4.2
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling url v2.5.6
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling validator v0.18.1
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling schemars v1.0.4
[INFO] [stderr]    Compiling riglr-config v0.3.0
[INFO] [stderr]    Compiling scraper v0.18.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling redis v0.32.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling rig-core v0.17.1
[INFO] [stderr]    Compiling riglr-core v0.3.0
[INFO] [stderr]    Compiling riglr-macros v0.3.0
[INFO] [stderr]    Compiling riglr-web-tools v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `WhaleStatsRaw` is never constructed
[INFO] [stdout]    --> src/faster100x.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub struct WhaleStatsRaw {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrendSummaryRaw` is never constructed
[INFO] [stdout]    --> src/faster100x.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub struct TrendSummaryRaw {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
[INFO] running `Command { std: "docker" "inspect" "26ab80eda95a5cb9355c5bb12c2717c35397dc77c22e90201042984e38962318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26ab80eda95a5cb9355c5bb12c2717c35397dc77c22e90201042984e38962318", kill_on_drop: false }`
[INFO] [stdout] 26ab80eda95a5cb9355c5bb12c2717c35397dc77c22e90201042984e38962318
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 29c8823c3337d4b20a8071e781b243085e6a946a9903beb7240e8131a533ecc8
[INFO] running `Command { std: "docker" "start" "-a" "29c8823c3337d4b20a8071e781b243085e6a946a9903beb7240e8131a533ecc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling ordered-float v5.0.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling riglr-config v0.3.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling schemars v1.0.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling scraper v0.18.1
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling redis v0.32.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling rig-core v0.17.1
[INFO] [stderr]    Compiling riglr-core v0.3.0
[INFO] [stderr]    Compiling riglr-macros v0.3.0
[INFO] [stderr]    Compiling riglr-web-tools v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `WhaleStatsRaw` is never constructed
[INFO] [stdout]    --> src/faster100x.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub struct WhaleStatsRaw {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrendSummaryRaw` is never constructed
[INFO] [stdout]    --> src/faster100x.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub struct TrendSummaryRaw {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WhaleStatsRaw` is never constructed
[INFO] [stdout]    --> src/faster100x.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub struct WhaleStatsRaw {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrendSummaryRaw` is never constructed
[INFO] [stdout]    --> src/faster100x.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub struct TrendSummaryRaw {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `riglr-web-tools` (lib test); 2 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/bin/rustc --crate-name riglr_web_tools --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=missing_docs --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0568f0c55e0f890a -C extra-filename=-9d24cba3750357cb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-f5d9587881498008.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-881cd3358116e88c.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9418818c7e35a6df.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-13bd2be7b589a550.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-60b129613cecc80f.rlib --extern html_escape=/opt/rustwide/target/debug/deps/libhtml_escape-65492692c3ac9e69.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-c8a8f628dc0f78e3.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-a62af667989b07cd.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-260109c898c12ad5.rlib --extern rig=/opt/rustwide/target/debug/deps/librig-26d1fb80691a135f.rlib --extern riglr_config=/opt/rustwide/target/debug/deps/libriglr_config-222fa7597186e270.rlib --extern riglr_core=/opt/rustwide/target/debug/deps/libriglr_core-c4294985083555e6.rlib --extern riglr_macros=/opt/rustwide/target/debug/deps/libriglr_macros-0948516caca03ff6.so --extern schemars=/opt/rustwide/target/debug/deps/libschemars-77f3ad1290460d5d.rlib --extern scraper=/opt/rustwide/target/debug/deps/libscraper-f2a84e9d25afc98b.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-c1d181b09c81051d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9121d40d73429554.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d279f62f42cfde3f.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cddb73515902a806.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-e5f4ec9471a5f0d7.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f715a2ff583965e9.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d11235a2d447a730.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-8cc268e513df2312.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-7f2bf440f3856678.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "29c8823c3337d4b20a8071e781b243085e6a946a9903beb7240e8131a533ecc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29c8823c3337d4b20a8071e781b243085e6a946a9903beb7240e8131a533ecc8", kill_on_drop: false }`
[INFO] [stdout] 29c8823c3337d4b20a8071e781b243085e6a946a9903beb7240e8131a533ecc8
